/* 服务一站通 */

.fwyzt {
    position: absolute;
    left: -60px;
}

.fwyzt>.title {
    background: url(../images/fwyzt_t_bg.png) top center no-repeat;
    width: 60px;
    height: 290px;
    cursor: pointer;
}

.fwyzt>.title span {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 81px 21px 0;
    line-height: 24px;
    font-weight: bold;
}

.fwyzt_con {
    border: 1px solid #295de0;
    width: 342px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../images/fwyzt_bg.png) bottom right no-repeat #fff;
    display: none;
    padding-bottom: 15px;
}

.fwyzt_con>ul {
    padding-top: 20px;
}

.fwyzt_con>ul li {
    height: 46px;
    line-height: 46px;
    position: relative;
}

.fwyzt_con>ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #295de0;
    transition: height .3s;
    z-index: 20;
}

.fwyzt_con>ul li::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 22px;
    transform: translateY(-50%);
    width: 45px;
    height: 20px;
    background: url(../images/fwyzt_b_bg.png) no-repeat center;
}

.fwyzt_con>ul li a {
    display: block;
    padding-left: 30px;
    font-size: 20px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.fwyzt_con>ul li a span {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 55px;
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fwyzt_con>ul li:nth-of-type(1) a span {
    background: url(../images/fwyzt_jy.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(2) a span {
    background: url(../images/fwyzt_sb.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(3) a span {
    background: url(../images/fwyzt_zf.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(4) a span {
    background: url(../images/fwyzt_jt.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(5) a span {
    background: url(../images/fwyzt_jycy.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(6) a span {
    background: url(../images/fwyzt_shjz.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(7) a span {
    background: url(../images/fwyzt_hysy.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(8) a span {
    background: url(../images/fwyzt_yljk.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(9) a span {
    background: url(../images/fwyzt_zjbl.png) left center no-repeat;
}

.fwyzt_con>ul li:nth-of-type(10) a span {
    background: url(../images/fwyzt_qykb.png) left center no-repeat;
}

.fwyzt_con>ul li a::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 46px;
    background: url(../images/fwyzt_hover.png) no-repeat center;
    transition: left .3s;
    z-index: 1;
}

.fwyzt_con>ul li a::before {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 46px;
    background: #fff;
}

.fwyzt_con>ul li a span::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 8px;
    width: 45px;
    height: 28px;
    background: url(../images/fwyzt_b_hover.png) no-repeat center;
    display: none;
}

.fwyzt_con>ul li.on::after,
.fwyzt_con>ul li:hover::after {
    height: 100%;
}

.fwyzt_con>ul li.on a,
.fwyzt_con>ul li:hover a {
    color: #295de0;
    font-weight: bold;
}

.fwyzt_con>ul li.on a::after,
.fwyzt_con>ul li:hover a::after {
    left: 0;
}

.fwyzt_con>ul li.on a::before,
.fwyzt_con>ul li:hover a::before {
    right: 0;
}

.fwyzt_con>ul li.on a span::before,
.fwyzt_con>ul li:hover a span::before {
    display: block;
}